home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSENDCSRFORM / TSENDCSRFORM.txt
Text File  |  2004-10-12  |  2KB  |  112 lines

  1. object SendCSRForm: TSendCSRForm
  2.   Left = 196
  3.   Top = 103
  4.   HelpContext = 14513
  5.   BorderStyle = bsDialog
  6.   Caption = 'Certificate Signing Request Output '
  7.   ClientHeight = 228
  8.   ClientWidth = 394
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object cbSaveToFile: TRadioButton
  21.     Left = 16
  22.     Top = 48
  23.     Width = 369
  24.     Height = 17
  25.     Caption = 'Save to file'
  26.     TabOrder = 1
  27.     OnClick = cbSaveToFileClick
  28.   end
  29.   object cbSend: TRadioButton
  30.     Left = 16
  31.     Top = 112
  32.     Width = 369
  33.     Height = 17
  34.     Caption = 'Send by email to a CA'
  35.     TabOrder = 4
  36.     TabStop = True
  37.     OnClick = cbSendClick
  38.   end
  39.   object bOK: TButton
  40.     Left = 88
  41.     Top = 180
  42.     Width = 89
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 7
  48.   end
  49.   object bCancel: TButton
  50.     Left = 192
  51.     Top = 180
  52.     Width = 89
  53.     Height = 25
  54.     Cancel = True
  55.     Caption = 'Cancel'
  56.     ModalResult = 2
  57.     TabOrder = 8
  58.   end
  59.   object bHelp: TButton
  60.     Left = 296
  61.     Top = 180
  62.     Width = 89
  63.     Height = 25
  64.     Caption = 'Help'
  65.     TabOrder = 9
  66.     OnClick = bHelpClick
  67.   end
  68.   object cbCopyToClipboard: TRadioButton
  69.     Left = 16
  70.     Top = 16
  71.     Width = 369
  72.     Height = 17
  73.     Caption = 'Copy to clipboard'
  74.     Checked = True
  75.     TabOrder = 0
  76.     TabStop = True
  77.     OnClick = cbCopyToClipboardClick
  78.   end
  79.   object eAddr: TEdit
  80.     Left = 32
  81.     Top = 136
  82.     Width = 249
  83.     Height = 21
  84.     TabOrder = 5
  85.   end
  86.   object eFileName: TEdit
  87.     Left = 32
  88.     Top = 72
  89.     Width = 249
  90.     Height = 21
  91.     TabOrder = 2
  92.   end
  93.   object bBrowseFile: TButton
  94.     Left = 296
  95.     Top = 72
  96.     Width = 89
  97.     Height = 25
  98.     Caption = 'Browse'
  99.     TabOrder = 3
  100.     OnClick = bBrowseFileClick
  101.   end
  102.   object bBrowseEmail: TButton
  103.     Left = 296
  104.     Top = 136
  105.     Width = 89
  106.     Height = 25
  107.     Caption = 'Browse'
  108.     TabOrder = 6
  109.     OnClick = bBrowseEmailClick
  110.   end
  111. end
  112.